home *** CD-ROM | disk | FTP | other *** search
/ IRIX 6.2 Development Libraries / SGI IRIX 6.2 Development Libraries.iso / dist / sgitcl_dev.idb / usr / sgitcl / include / tclXconf.h.z / tclXconf.h
Text File  |  1996-03-14  |  6KB  |  252 lines

  1. /* src/tclXconf.h.  Generated automatically by configure.  */
  2. /* src/tclXconf.h.in.  Generated automatically from configure.in by autoheader.  */
  3.  
  4. /* Define to `int' if <sys/types.h> doesn't define.  */
  5. /* #undef gid_t */
  6.  
  7. /* Define if you have the strftime function.  */
  8. #define HAVE_STRFTIME 1
  9.  
  10. /* Define if your struct tm has tm_zone.  */
  11. /* #undef HAVE_TM_ZONE */
  12.  
  13. /* Define if you don't have tm_zone but do have the external array
  14.    tzname.  */
  15. #define HAVE_TZNAME 1
  16.  
  17. /* Define to `int' if <sys/types.h> doesn't define.  */
  18. /* #undef mode_t */
  19.  
  20. /* Define to `long' if <sys/types.h> doesn't define.  */
  21. /* #undef off_t */
  22.  
  23. /* Define to `int' if <sys/types.h> doesn't define.  */
  24. /* #undef pid_t */
  25.  
  26. /* Define as the return type of signal handlers (int or void).  */
  27. #define RETSIGTYPE void
  28.  
  29. /* Define to `unsigned' if <sys/types.h> doesn't define.  */
  30. /* #undef size_t */
  31.  
  32. /* Define if you have the ANSI C header files.  */
  33. #define STDC_HEADERS 1
  34.  
  35. /* Define if you can safely include both <sys/time.h> and <time.h>.  */
  36. #define TIME_WITH_SYS_TIME 1
  37.  
  38. /* Define if your <sys/time.h> declares struct tm.  */
  39. /* #undef TM_IN_SYS_TIME */
  40.  
  41. /* Define to `int' if <sys/types.h> doesn't define.  */
  42. /* #undef uid_t */
  43.  
  44. /* Define if you don't have sys/socket.h */
  45. /* #undef NO_SYS_SOCKET_H */
  46.  
  47. /* Define if you have and need sys/select.h */
  48. /* #undef HAVE_SYS_SELECT_H */
  49.  
  50. /* Define if don't you have values.h */
  51. /* #undef NO_VALUES_H */
  52.  
  53. /* Define if your struct tm has tm_zone.  */
  54. /* #undef HAVE_TM_ZONE */
  55.  
  56. /* Define if you have the timezone variable.  */
  57. #define HAVE_TIMEZONE_VAR 1
  58.  
  59. /* Define if your struct tm has tm_tzadj.  */
  60. /* #undef HAVE_TM_TZADJ */
  61.  
  62. /* Define if your struct tm has tm_gmtoff.  */
  63. /* #undef HAVE_TM_GMTOFF */
  64.  
  65. /* Define if you don't have tm_zone but do have the external array
  66.    tzname.  */
  67. #define HAVE_TZNAME 1
  68.  
  69. /* Define as the return type of signal handlers (int or void).  */
  70. #define RETSIGTYPE void
  71.  
  72. /* Define if you have the ANSI C header files.  */
  73. #define STDC_HEADERS 1
  74.  
  75. /* Define if your sys/time.h declares struct tm.  */
  76. /* #undef TM_IN_SYS_TIME */
  77.  
  78. /* Define to `int' if <sys/types.h> doesn't define.  */
  79. /* #undef uid_t */
  80. /* #undef gid_t */
  81. /* #undef pid_t */
  82. /* #undef mode_t */
  83.  
  84. /* Define to `long' if <sys/types.h> doesn't define.  */
  85. /* #undef clock_t */
  86. /* #undef time_t */
  87.  
  88. /* Define if you do not have dirent.h */
  89. /* #undef NO_DIRENT_H */
  90.  
  91. /* Define if you do not have readdir but you do have V7-style directories */
  92. /* #undef USE_DIRENT2_H */
  93.  
  94. /* Define if you do not have float.h */
  95. /* #undef NO_FLOAT_H */
  96.  
  97. /* Define if you do not have limits.h */
  98. /* #undef NO_LIMITS_H */
  99.  
  100. /* Define if you do not have stdlib.h */
  101. /* #undef NO_STDLIB_H */
  102.  
  103. /* Define if you do not have string.h */
  104. /* #undef NO_STRING_H */
  105.  
  106. /* Define if you do not have sys/time.h */
  107. /* #undef NO_SYS_TIME_H */
  108.  
  109. /* Define if you do not have sys/wait.h */
  110. /* #undef NO_SYS_WAIT_H */
  111.  
  112. /* Define if time.h can be included with sys/time.h */
  113. #define TIME_WITH_SYS_TIME 1
  114.  
  115. /* Define if wait does not return a union */
  116. /* #undef NO_UNION_WAIT */
  117.  
  118. /* Define if "times" returns the elasped real time */
  119. #define TIMES_RETS_REAL_TIME 1
  120.  
  121. /* Define if gettimeofday is not available */
  122. /* #undef NO_GETTOD */
  123.  
  124. /* Define if errno.h is not available */
  125. /* #undef NO_ERRNO_H */
  126.  
  127. /* Define if fd_set is not defined. */
  128. /* #undef NO_FD_SET */
  129.  
  130. /* Define if stdlib.h defines random */
  131. #define STDLIB_DEFS_RANDOM 1
  132.  
  133. /* Define if we must use our own version of random */
  134. /* #undef NO_RANDOM */
  135.  
  136. /* Define if we have catgets and friends */
  137. #define HAVE_CATGETS 1
  138.  
  139. /* Define if catclose is type void instead of int */
  140. /* #undef BAD_CATCLOSE */
  141.  
  142. /* Define struct msghdr contains the msg_accrights field */
  143. #define HAVE_MSG_ACCRIGHTS 1
  144.  
  145. /* Define if stdio FILE has _flags field */
  146. /* #undef HAVE_STDIO_FLAGS */
  147.  
  148. /* Define if stdio FILE has __flags field */
  149. /* #undef HAVE_STDIO__FLAGS */
  150.  
  151. /* Define if stdio FILE has _flag field */
  152. #define HAVE_STDIO_FLAG 1
  153.  
  154. /* Define if stdio FILE has __flag field */
  155. /* #undef HAVE_STDIO__FLAG */
  156.  
  157. /* Define if stdio FILE has _cnt field */
  158. #define HAVE_STDIO_CNT 1
  159.  
  160. /* Define if stdio FILE has __cnt field */
  161. /* #undef HAVE_STDIO__CNT */
  162.  
  163. /* Define if stdio FILE has _r field */
  164. /* #undef HAVE_STDIO_R */
  165.  
  166. /* Define if stdio FILE has readCount field */
  167. /* #undef HAVE_STDIO_READCOUNT */
  168.  
  169. /* Define if stdio FILE has the _gptr/_egptr fields */
  170. /* #undef HAVE_STDIO_GPTR */
  171.  
  172. /* Define if stdio FILE has the _IO_read_ptr/_IO_read_end fields */
  173. /* #undef HAVE_STDIO_IO_READ_PTR */
  174.  
  175. /* Define if have the function BSDgettimeofday (SGI) */
  176. #define HAVE_BSDGETTIMEOFDAY 1
  177.  
  178. /* Define if have the function truncate */
  179. #define HAVE_TRUNCATE 1
  180.  
  181. /* Define if have the function SCO function truncate in chsize */
  182. /* #undef HAVE_CHSIZE */
  183.  
  184. /* Define if you have the bcopy function.  */
  185. #define HAVE_BCOPY 1
  186.  
  187. /* Define if you have the bzero function.  */
  188. #define HAVE_BZERO 1
  189.  
  190. /* Define if you have the fchmod function.  */
  191. #define HAVE_FCHMOD 1
  192.  
  193. /* Define if you have the fchown function.  */
  194. #define HAVE_FCHOWN 1
  195.  
  196. /* Define if you have the fsync function.  */
  197. #define HAVE_FSYNC 1
  198.  
  199. /* Define if you have the ftruncate function.  */
  200. #define HAVE_FTRUNCATE 1
  201.  
  202. /* Define if you have the getcwd function.  */
  203. #define HAVE_GETCWD 1
  204.  
  205. /* Define if you have the getgroups function.  */
  206. #define HAVE_GETGROUPS 1
  207.  
  208. /* Define if you have the gethostname function.  */
  209. #define HAVE_GETHOSTNAME 1
  210.  
  211. /* Define if you have the getpriority function.  */
  212. #define HAVE_GETPRIORITY 1
  213.  
  214. /* Define if you have the gettimeofday function.  */
  215. #define HAVE_GETTIMEOFDAY 1
  216.  
  217. /* Define if you have the inet_aton function.  */
  218. #define HAVE_INET_ATON 1
  219.  
  220. /* Define if you have the select function.  */
  221. #define HAVE_SELECT 1
  222.  
  223. /* Define if you have the sendmsg function.  */
  224. #define HAVE_SENDMSG 1
  225.  
  226. /* Define if you have the setitimer function.  */
  227. #define HAVE_SETITIMER 1
  228.  
  229. /* Define if you have the setpgid function.  */
  230. #define HAVE_SETPGID 1
  231.  
  232. /* Define if you have the setvbuf function.  */
  233. #define HAVE_SETVBUF 1
  234.  
  235. /* Define if you have the sigaction function.  */
  236. #define HAVE_SIGACTION 1
  237.  
  238. /* Define if you have the socket function.  */
  239. #define HAVE_SOCKET 1
  240.  
  241. /* Define if you have the strcoll function.  */
  242. #define HAVE_STRCOLL 1
  243.  
  244. /* Define if you have the tzset function.  */
  245. #define HAVE_TZSET 1
  246.  
  247. /* Define if you have the <limits.h> header file.  */
  248. #define HAVE_LIMITS_H 1
  249.  
  250. /* Define if you have the <unistd.h> header file.  */
  251. #define HAVE_UNISTD_H 1
  252.